home *** CD-ROM | disk | FTP | other *** search
- If newtitle = TRUE then
- Eval("EraseDisplay(@" ^ title number ^ ")")
- Title number = "1167"
- Company = "Wizardworks"
- title = "Game Parlor"
- Price = 19.99
- Demo = false
- Button1 = false
- Button2 = false
- Button3 = false
- Button4 = false
- system = "Mac CD-ROM"
- Title Description = "Five popular games on one CD-ROM! Includes: Fireside Chess, a
- full-featured version of chess that's perfect for beginners and experts alike. Checkers, a premier
- game of nobility since the eighth century. Expert Backgammon, one of the toughest backgammon
- games available. Solitaire, the original solitaire game! Play using either the standard rules or the
- alternate rules. Crosswords, includes 50 quality puzzles from beginner to expert."
-
-
- -----------------------------------
- dline = ""
- counter = 0
- repeat while dline <> title number
- counter = counter + 1
- dline = GetWord(1, GetLine(titl,counter))
- test(dline = title number, LineInTitle = counter)
- end repeat
- starttitle = LineInTitle
- num of titles shown = 6
- endtitle = starttitle + num of titles shown - 1
- titles = ""
- title highlight = ""
- repeat with counter = starttitle to endtitle
- nextline = GetLine(titl, counter)
- titles = titles ^ SubStr(nextline, 6, CharCount(nextline)) ^ Return
- title highlight = Test(title number = GetWord(1, nextline), titlehighlight ^ SubStr(nextline, 6,
- CharCount(nextline)) ^ Return, title highlight ^ Return)
- end repeat
- dpage = CurrentPageID
- newtitle = FALSE
- end if
-